home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / shared.dir / 00839.ls < prev    next >
Encoding:
Text File  |  1994-08-22  |  208 b   |  11 lines

  1. on mouseUp
  2.   global n
  3.   sound playFile 2, "mmvrrvt.AIF"
  4.   puppetTransition(50, 4, 8, 1)
  5.   repeat with n = 48 down to 1
  6.     puppetSprite(n, 0)
  7.     set the visible of sprite n to 1
  8.   end repeat
  9.   go("ONE")
  10. end
  11.